home *** CD-ROM | disk | FTP | other *** search
- on(release){
- if(_root.unlockedLevels == 0)
- {
- _root.currLvl = 0;
- }
- else if(_root.unlockedLevels == 1)
- {
- _root.currLvl = 101;
- }
- else if(_root.unlockedLevels == 2)
- {
- _root.currLvl = 102;
- }
- _root.score = 0;
- _root.lifes = 5;
- _root.health = 100;
- _root.endSuccess = false;
- _root.gotoAndPlay("cinematics");
- removeMovieClip(this);
- }
-